home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / business / wenv51.zip / EXPLODE.BAT < prev    next >
DOS Batch File  |  1996-09-19  |  2KB  |  77 lines

  1. REM    THIS BATCH FILE SHOULD ONLY BE EXECUTED IF THE
  2. REM    SETUP.EXE PROGRAM FAILS TO INSTALL WINVELOPE
  3. REM    SUCCESSFULLY!
  4. REM
  5. REM    DO NOT RUN THIS FILE FROM THE PROGRAM DISKETTE!
  6. REM
  7. REM    DO NOT RUN THIS FILE IF SETUP.EXE HAS INSTALLED
  8. REM    WINVELOPE PROPERLY!
  9. REM
  10. REM     Caution...this batch file should be executed from
  11. REM     your harddrive and NOT from the program diskette.
  12. REM
  13. REM     This batch file assumes that Windows is installed
  14. REM     in C:\WINDOWS\, if Windows resides on another drive
  15. REM     you must edit the last four lines of this batch 
  16. REM     file to the correct path statement before running.
  17. REM
  18. REM     Press [Ctrl] [Break] to CANCEL or [Enter] to
  19. REM     continue with EXPLODE.
  20. REM
  21. Pause
  22. expand sample.bm_ sample.bmp
  23. del sample.bm_
  24. expand adbook.cr_ adbook.crd
  25. del adbook.cr_
  26. expand pprtr.dl_ pprtr.dll
  27. del pprtr.dl_
  28. expand business.en_ business.env
  29. del business.en_
  30. expand cat_6x9.en_ cat_6x9.env
  31. del cat_6x9.en_
  32. expand executiv.en_ executiv.env
  33. del executiv.en_
  34. expand monarch.en_ monarch.env
  35. del monarch.en_
  36. expand wnvel51.ex_ wnvel51.exe
  37. del wnvel51.ex_
  38. expand wnvel51.hl_ wnvel51.hlp
  39. del wnvel51.hl_
  40. expand message.ls_ message.lst
  41. del message.ls_
  42. expand wv51doc.wr_ wv51doc.wri
  43. del wv51doc.wr_
  44. expand vbrun300.dl_ vbrun300.dll
  45. del vbrun300.dl_
  46. expand cmdialog.vb_ cmdialog.vbx
  47. del cmdialog.vb_
  48. expand threed.vb_ threed.vbx
  49. del threed.vb_
  50. expand imgbmp.di_ imgbmp.dil
  51. del imgbmp.di_
  52. expand imgpcx.di_ imgpcx.dil
  53. del imgpcx.di_
  54. expand imvb1.vb_ imvb1.vbx
  55. del imvb1.vb_
  56. del ver.dl_
  57. expand truegrid.vb_ truegrid.vbx
  58. del truegrid.vb_
  59. expand winvelop.in_ winvelop.ini
  60. del winvelop.in_
  61. del setupkit.dll
  62. del sw_inst.exe
  63. del sw_inst.ex_
  64. del setup.exe
  65. del setup.lst
  66. copy winvelop.ini c:\windows
  67. del winvelop.ini
  68. copy vbrun300.dll c:\windows\system
  69. del vbrun300.dll
  70. copy cmdialog.vbx c:\windows\system
  71. del cmdialog.vbx
  72. copy threed.vbx c:\windows\system
  73. del threed.vbx
  74. copy imvb1.vbx c:\windows\system
  75. del imvb1.vbx
  76. copy truegrid.vbx c:\windows\system
  77. del truegrid.vbx